home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / ghostscr / read_dbv < prev    next >
Encoding:
Text File  |  1991-01-03  |  7.5 KB  |  220 lines

  1.    Copyright (C) 1989, 1990 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file describes version 2.1 of Ghostscript.
  23.  
  24. ********
  25. ******** An overview of Ghostscript ********
  26. ********
  27.  
  28. Ghostscript is the name of a set of software that provides:
  29.  
  30.     - An interpreter for the Ghostscript language, which very
  31. closely resembles the PostScript (TM) language; and
  32.  
  33.     - A set of C procedures (the Ghostscript library) that
  34. implement the graphics capabilities that appear as primitive
  35. operations in the Ghostscript language.
  36.  
  37. The Ghostscript language interpreter and library are written entirely
  38. in C, with some assembly-language accelerators for MS-DOS platforms.
  39. Currently, Ghostscript is known to run on the following platform
  40. families:
  41.  
  42.     - IBM PC and compatibles with EGA, VGA, or compatible graphics
  43.       (256K frame buffer required) under MS-DOS 3.1 or 3.3;
  44.  
  45.     - A wide variety of Unix systems using X Windows version 11,
  46.       release 3 and 4, including:
  47.           Sun-2, SunOS 3.5, gcc;
  48.         Sun-3, SunOS 3.4, gcc;
  49.         Sun-3, SunOS 4.0, cc;
  50.         Sun SPARCStation 1, SunOS 4.0.3, cc and gcc;
  51.         Sun-386i, SunOS 4.0.1, cc;
  52.         generic 80386, 386/ix 2.0.2, gcc (without
  53.           optimization) and cc;
  54.         H-P 9000/300, HPUX 6.5 and 7.0;
  55.         H-P 9000/800;
  56.         DECStation 2100 and 3100, Ultrix 2.0.7;
  57.         VAX, Ultrix;
  58.         Sequent Symmetry, Dynix 3.
  59.  
  60.     - VAX, VMS with X11R3, gcc and DEC C compiler (DEC C compiler
  61.       version 3.1 or later is required).
  62.  
  63. It is very likely that Ghostscript will run under other versions of
  64. MS-DOS, and other versions of Unix that support X11, but it has not
  65. been tested in these environments.
  66.  
  67. ********
  68. ******** Documentation overview ********
  69. ********
  70.  
  71. All the file names mentioned in the documentation, except for README,
  72. are in lower case, which is the usual convention for Unix systems.
  73. On MS-DOS systems, all file names are actually upper-case.
  74.  
  75. Files of interest to most users
  76. -------------------------------
  77.  
  78. > README - this file.
  79.  
  80. > readme.doc - information about problems in the current release.
  81.  
  82. > language.doc - A description of the Ghostscript language.
  83.  
  84. > make.doc - how to install, compile and link Ghostscript.
  85.  
  86. > psfiles.doc - information about the .ps files distributed with
  87. Ghostscript (other than fonts).
  88.  
  89. > fonts.doc - information about the fonts distributed with Ghostscript.
  90.  
  91. > use.doc - information about to use Ghostscript.
  92.  
  93. If you have used a previous release of Ghostscript, you should also
  94. read history.doc.
  95.  
  96. Files of interest to fewer users
  97. --------------------------------
  98.  
  99. > drivers.doc - the interface between Ghostscript and device drivers.
  100.  
  101. > hershey.doc - information about the Hershey fonts, which are the
  102. basis of some of the Ghostscript fonts.
  103.  
  104. > history.doc - history of changes in Ghostscript releases.
  105.  
  106. > humor.doc - a humorous comment on Ghostscript contributed by a net.person.
  107.  
  108. > lib.doc - information about the library.
  109.  
  110. > man.doc - a possible Un*x 'man' page for Ghostscript.
  111.  
  112. > todo.doc - possible projects for improving Ghostscript.
  113.  
  114. ********
  115. ******** Trouble reporting ********
  116. ********
  117.  
  118. If you have problems with Ghostscript, contact
  119.  
  120.     Aladdin Enterprises
  121.     P.O. box 60264
  122.     Palo Alto, CA 94306
  123.     (415)329-0264
  124.     ...{uunet,sun,decwrl!}parcplace!aladdin!ghost
  125.     ghost@aladdin.com
  126.  
  127. The best times to call on the phone are 8-10 AM Monday-Saturday; at
  128. other times you may get an answering machine.  Only use the Internet
  129. if your organization or activity allows this -- the UUCP path works
  130. just as well, but may take longer.
  131.  
  132. If you report a problem, please specify which version of Ghostscript
  133. you are running, and the hardware, operating system, window system,
  134. and C compiler you are using, and be as specific as you can about the
  135. problem -- this will help us a lot in tracking it down.  We want
  136. Ghostscript to be a high-quality product, and will do our best to fix
  137. any reported problem.
  138.  
  139. Aladdin Enterprises owns or has access to the following hardware and
  140. software:
  141.  
  142.     80386 PC, MS-DOS 3.30, Borland Turbo C 2.0 (soon Turbo C++);
  143.       monochrome VGA display, Epson-compatible printer
  144.  
  145.     SPARCstation, SunOS 4.0, cc and gcc, X11R4 and SunView;
  146.       both monochrome and color displays
  147.  
  148.     DECstation, Ultrix
  149.  
  150. If your problem turns out to be specific to some other hardware or
  151. software configuration, it may take longer to track down, since we
  152. will have to rely on other users to help.
  153.  
  154. ********
  155. ******** Authors ********
  156. ********
  157.  
  158. Ghostscript was originally created, and is stil primarily developed
  159. and maintained, by L. Peter Deutsch, proprietor of Aladdin
  160. Enterprises.
  161.  
  162. The following users (in alphabetical order) have contributed
  163. substantially to improving Ghostscript:
  164.  
  165.     Hitoshi Aida (for help with the SunView driver),
  166.     Karl Berry and Kathy Hargreaves (for creating the fonts
  167.       distributed with Ghostscript),
  168.     Phil Conrad (for originating the PPM utilities, and lots of
  169.       bug reports),
  170.     Michel Dagenais (for major help with the DeskJet driver),
  171.     Gershon Elber (for improvements to the BGI driver),
  172.     Mike Ferrara (for help with the LaserJet driver and HP-UX),
  173.     Paul Haeberli (for a better color selection algorithm),
  174.     Eleftherios Koutsofios (for help with the SunView driver),
  175.     Daniel Newman (for major help with VMS),
  176.     Marc Paquette (for the original PaintJet driver),
  177.     Hal Peterson (for major help with BDF fonts),
  178.     Jerry Roylance (for help with statusdict),
  179.     Jan Sanislo (for a subtle fix to the memory manager),
  180.     Clemens Schrimpe (for help with accented characters),
  181.     Mike Smolenski (for the Sony drivers),
  182.     Snoopy (for major help with Hershey fonts, and many other
  183.       contributions),
  184.     Christian Tschudin (for fixes to the virtual memory package,
  185.       and for the original BubbleJet driver),
  186.     Gregg Townsend (for the dithering algorithm),
  187.     Allan Wax (for the AT&T 6300 modification to the BGI driver).
  188.  
  189. The following people have also helped out by beta testing, by
  190. reporting bugs, or in other ways:
  191.  
  192.     Vikas Aggarwal, Michael Almond,
  193.     Jim Collins,
  194.     Art Dederick, Paul DuBois,
  195.     Toerless Eckert,
  196.     Mark Friedman, Richard Foulk,
  197.     Glenn Geers, Dave Goldblatt, Dirk Grunwald,
  198.     Lars Haakedal, Adam Hammer, George Hartzell, Thomas Hiller,
  199.     Brad Jones, Terry Jones,
  200.     David Keppel,
  201.     Russell Lang, Anthony Lee, John Lundin Jr., Lee McLoughlin,
  202.     Stergios Marinopoulos, Herb Martin, David Maynard, Rich Murphey,
  203.     Russ Nelson,
  204.     Peter Phillips,
  205.     Mark Rawling, Philippe Robert, Wolfgang Rupprecht,
  206.     Pat Sewall, Bakul Shah,
  207.     Tim Thiesen,
  208.     Amanda Walker, Peter Wan, Carsten Wiethoff, Carl Witty,
  209.     Frank Yellin,
  210.     Jamie Zawinski.
  211.  
  212. If your name appears on the above list and I've forgotten a
  213. particular contribution you made, or if it doesn't appear at all,
  214. please forgive me: just remind me, and you will be properly
  215. acknowledged in the next release.
  216.  
  217. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  218.  
  219. PostScript is a trademark of Adobe Systems, Incorporated.
  220.